Add the ability to lock down access to the running kernel image
authorDavid Howells <dhowells@redhat.com>
Mon, 18 Feb 2019 12:44:57 +0000 (12:44 +0000)
committerBen Hutchings <ben@decadent.org.uk>
Wed, 21 Aug 2019 12:48:11 +0000 (13:48 +0100)
commit78597a6d9cd15a7d793a17d72672d4f68622b6e0
tree490c81eab810f68c840c245e7ec28bd8bab12fe3
parent3f1f32fb8739865d8a936192c133f40deea7ee93
Add the ability to lock down access to the running kernel image

Provide a single call to allow kernel code to determine whether the system
should be locked down, thereby disallowing various accesses that might
allow the running kernel image to be changed including the loading of
modules that aren't validly signed with a key we recognise, fiddling with
MSR registers and disallowing hibernation,

Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: James Morris <james.l.morris@oracle.com>
Gbp-Pq: Topic features/all/lockdown
Gbp-Pq: Name 0001-Add-the-ability-to-lock-down-access-to-the-running-k.patch
include/linux/kernel.h
include/linux/security.h
security/Kconfig
security/Makefile
security/lock_down.c [new file with mode: 0644]